Scheduler for WinForms
C1ObservableKeyedCollection<TKey,TItem> クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : C1ObservableKeyedCollection<TKey,TItem> クラス
The type of keys in the collection.
The type of objects to keep in the collection.
The C1ObservableCollection<T> is the base class for all System.Collections.ObjectModel.KeyedCollection`2 derived collections. Supports notification.
オブジェクト モデル
C1ObservableKeyedCollection<TKey,TItem> クラス
シンタックス
'宣言
 
Public MustInherit Class C1ObservableKeyedCollection
    (Of TKey,TItem) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
public abstract class C1ObservableKeyedCollection<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 
型パラメータ
TKey
The type of keys in the collection.
TItem
The type of objects to keep in the collection.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.Schedule.BaseCollection<T>

参照

C1ObservableKeyedCollection<TKey,TItem> メンバ
C1.Schedule 名前空間